-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix MCUmgr support for SHA512 hashed images #18817
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 86580c94994554a866a9ef4bc685c3dd7cf8862a more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: f51bdba1d9 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commit order needs flipping, manifest update first then setting Kconfig which was added in manifest update. Also needs set_config_bool(${DEFAULT_IMAGE} CONFIG_MCUBOOT_BOOTLOADER_USES_SHA512 n)
adding to the else() part to ensure it is kept in sync
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
07c5232
to
21ae0ea
Compare
Memory footprint analysis revealed the following potential issuessample.matter.template.release[nrf7002dk/nrf5340/cpuapp]: High ROM usage: 811902[B] - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-18817/7) |
21ae0ea
to
2d9ca54
Compare
west.yml
Outdated
@@ -69,7 +69,7 @@ manifest: | |||
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html | |||
- name: zephyr | |||
repo-path: sdk-zephyr | |||
revision: 02718211f9a98f9967eeef14305148483a8bb048 | |||
revision: pull/2257/head |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c5efe1f601490fdb365fb17f28ec33d59409e54f
I'll backport this manually. |
2d9ca54
to
6ced8d7
Compare
@de-nordic The manifest commit should be dropped, sdk-zephyr has already moved forward on main |
Set CONFIG_MCUBOOT_BOOTLOADER_USES_SHA512 for application where ED25519 is enabled for MCUboot. Signed-off-by: Dominik Ermel <[email protected]>
6ced8d7
to
86580c9
Compare
Fix for NCSDK-30244